home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / syncrnet / sc19.zip / UPGRADE.TXT < prev    next >
Text File  |  1996-04-26  |  5KB  |  105 lines

  1. SyncChat 1.9 Upgrading Instructions
  2. -----------------------------------
  3.  
  4.  
  5. Note: Many upgrading procedures require adding lines to your STRINGS.DAT
  6.       file.  If you have not edited this file (or at least don't mind
  7.       recreating any changes you made), you may delete this file.  Then run
  8.       SCONFIG->String Editor and a fully updated STRINGS.DAT will be created
  9.       automatically.  You can then skip the steps that say "Add the following
  10.       lines to your STRINGS.DAT...".
  11.  
  12.  
  13. To Upgrade from SyncChat 1.7, follow these steps:
  14.  
  15. 1. UNZIP SC.ZIP
  16. 2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
  17.    ORDER.TXT with the corresponding files in SC.ZIP.
  18. 3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
  19.    this to your SyncChat directory. 
  20.    (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
  21.    more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
  22.    in the SC.ZIP file)
  23.    SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
  24.    SyncChat directory for further reference (if needed).
  25. 4. Thou art done :)
  26.  
  27.  
  28. To Upgrade from SyncChat 1.5, follow these steps:
  29.  
  30. 1. UNZIP SC.ZIP
  31. 2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
  32.    ORDER.TXT with the corresponding files in SC.ZIP.
  33. 3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
  34.    this to your SyncChat directory.
  35.    (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
  36.    more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
  37.    in the SC.ZIP file)
  38.    SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
  39.    SyncChat directory for further reference (if needed).
  40. 4. Add the following line to your STRINGS.DAT:
  41.    (But don't add the part that say "<-- Line ..." (duh ;))
  42.  
  43.    nYou cannot access that channel.                      <-- Line 63
  44.  
  45. 5. Delete the CHANNELS.DAT file in the SyncChat directory.  Recreate it with
  46.    the new SCONFIG Channel Editor.
  47.  
  48.  
  49. To Upgrade from SyncChat 1.3 or 1.4, follow these steps:
  50.  
  51. 1. UNZIP SC.ZIP
  52. 2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
  53.    ORDER.TXT with the corresponding files in SC.ZIP.
  54. 3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
  55.    this to your SyncChat directory.
  56.    (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
  57.    more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
  58.    in the SC.ZIP file)
  59.    SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
  60.    SyncChat directory for further reference (if needed).
  61. 4. Delete the CHANNELS.DAT file in the SyncChat directory.  Recreate it with
  62.    the new SCONFIG Channel Editor.
  63. 5. Add the following lines to your STRINGS.DAT:
  64.    (But don't add the part that say "<-- Line ..." (duh ;))
  65.  
  66.    hcPublic Channels:                                   <-- Line 60
  67.    ng(hc%ing) %s                                    <-- Line 61
  68.    hwSelection: hy                                    <-- Line 62
  69.    nYou cannot access that channel.                      <-- Line 63
  70.  
  71. 6. Be sure to run SCONFIG, look in the Toggles section, and review the
  72.    options to make sure you like the way they are set.
  73.  
  74.  
  75. To Upgrade from SyncChat 1.0, follow these steps:
  76.  
  77. 1. UNZIP SC.ZIP
  78. 2. Overwrite your current SYNCCHAT.EXE, SCONFIG.EXE, SYNCCHAT.DOC, and
  79.    ORDER.TXT with the corresponding files in SC.ZIP.
  80. 3. You will find a new file called SYNCREG.EXE in SC.ZIP.  Be sure to copy
  81.    this to your SyncChat directory.
  82.    (If you want to mod SyncRegistry source code (Refer to SYNCCHAT.DOC for
  83.    more information on SyncRegistry) - SYNCREG.C and MAKEFILE are included
  84.    in the SC.ZIP file)
  85.    SyncRegistry documentation is included in SYNCREG.DOC, copy this to your
  86.    SyncChat directory for further reference (if needed).
  87. 4. Add the following lines to your current STRINGS.DAT:
  88.    (But don't add the part that say "<-- Line ..." (duh ;))
  89.  
  90.    hcPublic Channels:                                   <-- Line 60
  91.    ng(hc%ing) %s                                    <-- Line 61
  92.    hwSelection: hy                                    <-- Line 62
  93.    nYou cannot access that channel.                      <-- Line 63
  94.  
  95. 5. Change line 11 in STRINGS.DAT from:
  96.  
  97.    nYou are in the hcMain npublic channel.            <-- Old Line 11
  98.  
  99.    To:
  100.  
  101.    nYou are in the hc%s npublic channel.              <-- New Line 11
  102.  
  103. 6. Be sure to run SCONFIG, look in the Toggles section, and review the
  104.    options to make sure you like the way they are set.
  105.